Name | Description | |
---|---|---|
NamedObjectCollection<T> Constructor |
The following tables list the members exposed by NamedObjectCollection<T>.
Name | Description | |
---|---|---|
NamedObjectCollection<T> Constructor |
Name | Description | |
---|---|---|
Count | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Item | Gets or sets an item in the list by name. | |
Updating | Gets whether events are temporarily suspended because of calls to the UpdatableCollection<T>.BeginUpdate method. (Inherited from C1.Silverlight.Data.UpdatableCollection<T>) |
Name | Description | |
---|---|---|
Add | Overloaded. Creates an item and appends it to the list. | |
BeginUpdate | Prevents the list from firing notification events until the UpdatableCollection<T>.EndUpdate method is called. (Inherited from C1.Silverlight.Data.UpdatableCollection<T>) | |
Clear | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Contains | Overloaded. Gets a value that determines whether an item is a member of the list. | |
CopyTo | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
EndUpdate | Resumes event firing after it had been suspended by a call to the UpdatableCollection<T>.BeginUpdate method. (Inherited from C1.Silverlight.Data.UpdatableCollection<T>) | |
GetEnumerator | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
IndexOf | Overloaded. Gets the index of an item in the list. | |
Insert | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
Remove | (Inherited from System.Collections.ObjectModel.Collection<T>) | |
RemoveAt | (Inherited from System.Collections.ObjectModel.Collection<T>) |
Name | Description | |
---|---|---|
CollectionChanged | (Inherited from System.Collections.ObjectModel.ObservableCollection<T>) |